Xceed Workbooks for .NET v3.0 Documentation
Xceed.Workbooks.NET Assembly / Xceed.Workbooks.NET Namespace / RangeBase<T> Class
Properties Methods


In This Topic
    RangeBase<T> Class Members
    In This Topic

    The following tables list the members exposed by RangeBase<T>.

    Public Properties
     NameDescription
    Public PropertyGets the number of items in the range.  
    Public PropertyGets the items in the range.  
    Public PropertyGets or sets the last item in the range.  
    Public PropertyGets or sets the first item in the range.  
    Top
    Public Methods
     NameDescription
    Public MethodClears specific elements from the range.  
    Public MethodSearches into the content of the range and replaces all occurences of a specific value with a new value.  
    Public MethodSearches into the content of the range and replaces all instances of the searchValues with their corresponding newValues.  
    Top
    Protected Methods
     NameDescription
    Protected Internal Method  
    Protected Internal Method  
    Top
    See Also